Cache Storage Domain
CacheStorageDomain represents CacheStorage protocol domain request/response operations and events that can be captured.
This API is marked as experimental in protocol definition and can change in the future.
Functions
deleteCache
Link copied to clipboard
deleteEntry
Link copied to clipboard
description
Link copied to clipboard
events
Link copied to clipboard
getDependencies
Link copied to clipboard
requestCachedResponse
Link copied to clipboard
fun requestCachedResponse(input: RequestCachedResponseRequest): Single<RequestCachedResponseResponse>
Content copied to clipboard
requestCacheNames
Link copied to clipboard
fun requestCacheNames(input: RequestCacheNamesRequest): Single<RequestCacheNamesResponse>
Content copied to clipboard
requestEntries
Link copied to clipboard
fun requestEntries(input: RequestEntriesRequest): Single<RequestEntriesResponse>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard